Skip to content

Commit

Permalink
Remove compat version. Retain previous mount path.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Feb 21, 2024
1 parent de00f41 commit e050892
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
33 changes: 0 additions & 33 deletions docker-compose/docker-compose-compat.yml

This file was deleted.

1 change: 0 additions & 1 deletion docker-compose/docker-compose.dcproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<DockerServiceName>remotely</DockerServiceName>
</PropertyGroup>
<ItemGroup>
<None Include="docker-compose-compat.yml" />
<None Include="docker-compose.override.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>
Expand Down
6 changes: 1 addition & 5 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
version: '3.4'

volumes:
remotely-data:
name: remotely-data

services:
remotely:
image: immybot/remotely:latest
volumes:
- remotely-data:/app/AppData
- /var/www/remotely:/app/AppData
ports:
- "5000:5000"
environment:
Expand Down

0 comments on commit e050892

Please sign in to comment.